From 7c95bf7fc3a79dd4f7b3ae0a41798ce2093a6ee0 Mon Sep 17 00:00:00 2001 From: oliskoli Date: Wed, 19 Jul 2006 22:47:45 +0000 Subject: [PATCH] ---host=... is probably the better parameter for a cross-building. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2244 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/Makefile.in b/gpsbabel/Makefile.in index 16b938abe..c47dd7375 100644 --- a/gpsbabel/Makefile.in +++ b/gpsbabel/Makefile.in @@ -212,7 +212,7 @@ release-winbuild: rm -fr /tmp/gpsbabel-$(VERSIOND)-cross cp -a gpsbabel-$(VERSIOND) /tmp/gpsbabel-$(VERSIOND)-cross cd /tmp/gpsbabel-$(VERSIOND)-cross ; \ - CC=i386-mingw32-gcc LDFLAGS="-s" ./configure --target=i386-pc-mingw32 --with-cet=all --with-expathdr=mingw/include --with-libexpat=mingw/lib && make && \ + CC=i386-mingw32-gcc LDFLAGS="-s" ./configure --host=i386-pc-mingw32 --with-cet=all --with-expathdr=mingw/include --with-libexpat=mingw/lib && make && \ zip -j /tmp/gpsbabel-$(VERSIOND).zip $(WINFILES) rm -fr /tmp/gpsbabel-$(VERSIOND)-cross -- 2.30.2